home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 23 code / Documentary Synchronicity ƒ / Interface ƒ / Support ƒ / Splash.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-15  |  109 b   |  7 lines  |  [TEXT/KAHL]

  1. #ifndef __SPLASH__
  2. #define __SPLASH__
  3.  
  4. void Splash(short anIdentifier);
  5. void UnSplash(Boolean clean);
  6.  
  7. #endif